Operation id | NuxeoDrive.GetChangeSummary |
Category | Services |
Label | Nuxeo Drive: Get change summary |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "NuxeoDrive.GetChangeSummary",
"label" : "Nuxeo Drive: Get change summary",
"category" : "Services",
"requires" : null,
"description" : null,
"url" : "NuxeoDrive.GetChangeSummary",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "lastSyncActiveRootDefinitions",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "lastSyncDate",
"description" : null,
"type" : "long",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "lowerBound",
"description" : null,
"type" : "long",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}